-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Add v4 backward compatibility #309
Conversation
Key changes include:
|
Hi @orkun1675, I wanted to get your thoughts on the code, as you wrote most of the code I modified, and you have more expertise with native iOS and Android code than I do. If it looks good to you, I'll go ahead and merge it so we can release version Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Of course, left a few minor comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! I'd recommend testing this though as it's hard to ensure data type safety by reading the code.
Looking forward to V5!
PR added to version |
To ensure seamless transition for users upgrading from v4 to v5, the AlarmSettings class has been modified to include backward compatibility. This update addresses potential issues when retrieving alarms created in v4, ensuring that all settings, including dateTime and volumeSettings, are correctly interpreted and converted in v5.